home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modledrm.dir / 00049_Script_49 < prev    next >
Text File  |  1994-11-28  |  304b  |  13 lines

  1. on enterframe
  2.   
  3.   global lcl,rcl,ucl,dcl
  4.   set lcl to [640, 641]
  5.   set rcl to [642,643]
  6.   set ucl to [638,639]
  7.   set dcl to [644,645]
  8.   set the cursor of sprite 1 to ucl
  9.   set the cursor of sprite 3 to rcl
  10.   set the cursor of sprite 2 to lcl
  11. set the cursor of sprite 8 to pnt
  12. end enterframe
  13.